Details
-
Bug
-
Resolution: Won't Fix
-
Minor
-
None
-
None
-
None
-
Linux
Description
AppenderBase getter and setter for layout aren't abstract. Because the setter drops any value and the getter returns null, overriding the class can be very cumbersome, if you don't hav access to the source code of AppenderBase. Please make the methods abstract or introduce a layout member.